home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000 November: Tool Chest
/
Dev.CD Nov 00 TC Disk 1.toast
/
Sample Code
/
Contributed
/
SpriteWorld
/
SpriteWorld Files
/
BlitPixie
/
MPW
/
BuildBlitPixie
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-10-06
|
377 b
|
19 lines
|
[
TEXT/MPS
]
# Build script for MPW shell
# Create object code folders (if necessary)
If !`Exists -d :Objects68K:`
NewFolder Objects68K
End
If !`Exists -d :ObjectsPPC:`
NewFolder ObjectsPPC
End
Set Project BlitPixie
# Make! (pass the parameters on)
Make {Parameters} -f {Project}.make > {Project}.makeout
Execute {Project}.makeout
Echo "# Build complete!"
Delete {Project}.makeout